home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / temacd / xnview / XnView-beta1.exe / XnView / WebTemplate / Compressed [silver] / compressed.css next >
Cascading Style Sheet File  |  2007-07-25  |  1KB  |  76 lines

  1. /* Page */
  2. body{
  3. margin:1em 2% 1.5em 2%;
  4. color:#555;
  5. background:#ccc;
  6. font-size:80%;
  7. }
  8. body,h1,td{
  9. font-family:verdana,helvetica,arial,sans-serif;
  10. }
  11. div#please_hover{
  12. margin:0 0 0.75em 0;
  13. padding:0;
  14. font-style:italic;
  15. }
  16. div.center{
  17. width:auto;
  18. margin:0 auto 0 auto;
  19. text-align:center;
  20. }
  21. div.footer{
  22. margin:2em 0 0 0;
  23. font-style:italic;
  24. }
  25. h1{
  26. margin:0 0 0.25em 0;
  27. color:#fff;
  28. font-weight:bold;
  29. font-size:200%;
  30. }
  31. /*html{
  32. overflow:scroll;
  33. }*/
  34. img{
  35. border:none;
  36. }
  37. /* Gallery */
  38. #gallery{
  39. margin:0 auto -1px auto;
  40. border:1px solid #999;
  41. background:#eee;
  42. }
  43. #gallery hr{
  44. border:0;
  45. border-bottom:1px solid #999;
  46. }
  47. /*#gallery tr:first-child td{
  48. padding:10px 10px 0 10px;
  49. }*/
  50. #gallery td{
  51. padding:10px 10px 0 10px;
  52. }
  53. #gallery tr:last-child td{
  54. padding:0 10px 10px 10px;
  55. }
  56. /*landscape*/
  57. #gallery td img{
  58. width:160px;
  59. height:120px;
  60. }
  61. /*portrait
  62. #gallery td img{
  63. width:120px;
  64. height:160px;
  65. }*/
  66. #gallery td a{
  67. outline: none;
  68. }
  69. #gallery td a:active img, #gallery td a:focus img {
  70. width:auto;
  71. height:auto;
  72. border:2px solid #999;
  73. }
  74. #gallery tr:last-child hr{
  75. display:none;
  76. }